Skip to content

Update tsconfig#2985

Merged
JF-Cozy merged 2 commits intomasterfrom
chore/ts
Apr 9, 2026
Merged

Update tsconfig#2985
JF-Cozy merged 2 commits intomasterfrom
chore/ts

Conversation

@JF-Cozy
Copy link
Copy Markdown
Contributor

@JF-Cozy JF-Cozy commented Apr 9, 2026

Summary by CodeRabbit

  • Chores
    • Updated TypeScript compiler configuration to target modern JavaScript standards and improved module resolution behavior.
    • Updated development environment configuration files.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6fac073d-f6e4-4d75-97b1-d6224d3c2c97

📥 Commits

Reviewing files that changed from the base of the PR and between fb375e3 and 915d7b5.

📒 Files selected for processing (2)
  • .gitignore
  • packages/cozy-tsconfig/tsconfig.json

Walkthrough

This pull request makes two configuration updates. First, it adds .opencode to the .gitignore file to exclude that directory from version control. Second, it updates the TypeScript compiler configuration in packages/cozy-tsconfig/tsconfig.json by changing moduleResolution from "node" to "bundler" and increasing the target from "es5" to "ES2020". These changes modify module resolution behavior and the target JavaScript language level for the package's TypeScript compilation.

Suggested reviewers

  • rezk2ll
  • doubleface
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Update tsconfig' is partially related to the changeset but overly broad—it covers the main TypeScript config change but ignores the .gitignore addition, and lacks specificity about what was actually updated (moduleResolution and target). Consider a more specific title like 'Update tsconfig: target ES2020 and bundler module resolution' to better convey the actual changes made.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@JF-Cozy JF-Cozy merged commit b1184f8 into master Apr 9, 2026
3 checks passed
@JF-Cozy JF-Cozy deleted the chore/ts branch April 9, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants